home *** CD-ROM | disk | FTP | other *** search
- on moviecontrol
- global autostatus, zoomcounter, cursorpointer, cursorwait, cursorzin, cursorzout
- if autostatus then
- set waittime to ticks() + (5 * 60)
- repeat while ticks() < waittime
- if rollOver(21) then
- cursor(cursorpointer)
- next repeat
- end if
- set the locV of sprite 15 to 600
- updateStage()
- end repeat
- set the locV of sprite 15 to 600
- updateStage()
- getfilecounter("1")
- go(marker(1))
- else
- if rollOver(21) then
- cursor(cursorpointer)
- else
- if rollOver(7) then
- if zoomcounter = 0 then
- cursor(cursorzin)
- else
- if zoomcounter = 1 then
- cursor(cursorzout)
- else
- if zoomcounter = 2 then
- else
- cursor(cursorzin)
- end if
- end if
- end if
- exit
- else
- exit
- end if
- end if
- end if
- end
-
- on placefilenumber
- global photocounter, photodatanum
- set lposition to the left of sprite 21
- set tposition to the top of sprite 21
- put photocounter & "/" & photodatanum into field "fileNumber"
- puppetSprite(23, 1)
- set the type of sprite 23 to 7
- set the ink of sprite 23 to 36
- set the foreColor of sprite 23 to 255
- set the backColor of sprite 23 to 0
- set the castNum of sprite 23 to the number of member "fileNumber"
- set the locH of sprite 23 to lposition + 76
- set the locV of sprite 23 to tposition + 23
- updateStage()
- end
-